home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / formgen.arc / UPGRADES.DOC < prev   
Text File  |  1985-03-10  |  3KB  |  52 lines

  1. ======================= FORMGEN.EXE   -   Version 1.2 =======================
  2.  
  3.  
  4. 1. This version will determine if a database was created by PC-FILE III -
  5.    version 3.0 or by an earlier version of PC-FILE. It will process the
  6.    data accordingly.
  7.  
  8. 2. You can specify screen colors and printer setup strings. These parameters
  9.    are specified in the file FORMGSET.FRM. A sample FORMGSET.FRM file
  10.    follows:
  11.                           7,0
  12.                           27,69
  13.                           27,70
  14.    If the program finds FORMGSET.FRM on the default drive upon startup, then
  15.    it will read the screen's foreground and background colors from line 1. In
  16.    the sample, the 7 specifies a foreground color of white and the 0 specifies
  17.    a background color of black. Lines 2 and 3 are optional. Line 2 contains
  18.    the ASCII codes of the string the program will send to the printer before
  19.    printing. Line 3 contains the ASCII codes of the string the program will
  20.    send to the printer after printing. In the sample, the 27 and 69 represents
  21.    the characters   ESC  and   "E". This string sets the emphasized mode on
  22.    EPSON printers. The 27 and 70 on line 3 represents the characters  ESC  and
  23.    "F". This string turns off the emphasized mode on EPSON printers. The
  24.    entries on each line must be separated by commas.
  25.  
  26.    The following sample FORMGSET.FRM file will set the screen colors to yellow
  27.    foreground and black background. It will send the EPSON printer code for
  28.    condensed print before printing, and it will send the code to return to
  29.    normal print after printing:
  30.                           14,0
  31.                           15
  32.                           18
  33.  
  34.    The following FORMGSET.FRM file will set the screen colors to white
  35.    foreground and blue background. No printer setup codes will be sent:
  36.                           7,1
  37.  
  38. 3. The HOME key is now active, when you are inserting or modifying lines. It
  39.    will position the cursor at the beginning of a line.
  40.  
  41. 4. The INSERT and MODIFY options no longer request the number of lines to
  42.    insert or modify. When in the INSERT or MODIFY mode, you now press ESC
  43.    on the last line you wish to insert or modify. In other words, pressing
  44.    ENTER when you are finished with a line will move you to the next line,
  45.    whereas pressing ESC will return you to the option menu.
  46.  
  47. 5. This version will accept a file created externally, as long as each line
  48.    is terminated with a carriage return-line feed or a carriage return.
  49.    However the CREATE portion of the program will chop each line longer than
  50.    76 characters. This 76 character limitation does not apply to the OUTPUT
  51.    portion of the program.
  52.